home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / tex-k / tex-k-archive.past / 1995.02 / 000032_neal@ctd.comsat.com_Wed Feb 8 10:25:00 1995.msg < prev    next >
Internet Message Format  |  1995-02-28  |  855b

  1. Received: from neal.ctd.comsat.com by cs.umb.edu with SMTP id AA13925
  2.   (5.65c/IDA-1.4.4 for <tex-k@cs.umb.edu>); Wed, 8 Feb 1995 15:25:33 -0500
  3. Received: by neal.ctd.comsat.com (Smail3.1.29.0 #3)
  4.     id m0rcIx5-000343C; Wed, 8 Feb 95 15:25 EST
  5. Message-Id: <m0rcIx5-000343C@neal.ctd.comsat.com>
  6. Date: Wed, 8 Feb 95 15:25 EST
  7. From: neal@ctd.comsat.com (Neal Becker)
  8. To: John Stoffel <john@wpi.edu>
  9. Cc: tex-k@cs.umb.edu
  10. Subject: modes.def question
  11. In-Reply-To: <199502081925.OAA03493@avante.WPI.EDU>
  12. References: <199502081925.OAA03493@avante.WPI.EDU>
  13.  
  14. How about this?
  15.  
  16. mode_def laserjetfour =                 % 600dpi HP LaserJet 4
  17.   mode_param (pixels_per_inch, 600);
  18.   mode_param (blacker, .25);
  19.   mode_param (fillin, 0);
  20.   mode_param (o_correction, 1);
  21.   mode_common_setup_;
  22. enddef;
  23. ljfour := laserjetfour;
  24. laserjetIV := laserjetfour;